projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35506b
)
(command-line): Output a newline after printing
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 11 Apr 2001 14:28:56 +0000
(14:28 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 11 Apr 2001 14:28:56 +0000
(14:28 +0000)
an error from loading the window system's init file.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 719f127d43e7604b644e8c39edd1390b1fbcd8dd..a9e9e603f6d544657498a59b0d9b71668bc9676b 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-670,6
+670,7
@@
or `CVS', and any subdirectory that contains a file named `.nosearch'."
(mapconcat (lambda (obj) (prin1-to-string obj t))
(cdr error) ", "))))
'external-debugging-output)
+ (terpri 'external-debugging-output)
(setq window-system nil)
(kill-emacs)))